home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / SmallEiffel 0.3.3 / SmallEiffel PPC / misc / self_test < prev    next >
Encoding:
Text File  |  1996-06-13  |  367 b   |  14 lines  |  [TEXT/EDIT]

  1. #!/bin/csh
  2. #
  3. # Run this file to test your SmallEiffel compiler.
  4. #
  5. # Printed Output should be the same as the file
  6. # SmallEiffel/misc/self_test.good_output
  7. #
  8. foreach flag (-boost -no_check -require_check -ensure_check\
  9.           -invariant_check -loop_check -all_check)
  10.     set d=${SmallEiffel}
  11.     ${d}/misc/basic_test ${flag}
  12. end
  13. echo Self Test of compile/compile_to_c Done.
  14.